GetSystemInfo

Definition:

GetSystemInfo(key)

 

Description:

Obtain system information specified by the key parameter – see below.

 

Platforms:

All

 

Parameters:

key - required

A string specifying the information required. It can contain one of the following values:

"Client.Version"

Return the version of the Digitise Apps Client.

 

"Client.SerialNumber"

Return the Digitise Apps Device ID – a unique identifier which identifies the device running the Digitise Apps Client to Digitise Apps. For details of the format of this ID see the GetDeviceId Method. This is the same as specifying "Device.PIN".

 

"Device.PIN"

Return the Digitise Apps Device ID – a unique identifier identifying the device running the Digitise Apps Client to Digitise Apps. For details of the format of this ID see the GetDeviceId Method. This is the same as specifying "Client.SerialNumber".

 

"Model.Version"

Return the version of the Digitise app's Model.

 

"Model.Width"

Return the form width specified within the Digitise app's Model.

 

"Model.Height"

Return the form height specified within the Digitise app's Model.

 

"Screen.Orientation"

Return the current screen orientation – "Landscape" or "Portrait".

 

"Screen.Width"

Return the screen width of the device in pixels, or on Android devices in Device Independent Pixels (DIP).

 

"Screen.Height"

Return the screen height of the device in pixels, or on Android devices in Device Independent Pixels (DIP).

 

Returns:

The information requested.

 

Notes: